@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
hr {
  height: 0;
  border: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*_! カスタムプロパティ  */
:root {
  --c0: #333333;
  --c0b: #666666;
  --c0c: #999999;
  --c0d: #444444;
  --c0e: #3F3832;
  --c0z: rgba(255, 255, 255, 0.1);
  --c1: #f03e3e;
  --c1b: #FA7878;
  --c1c: #FFC9C9;
  --c1d: #FFF4F4;
  --c2: #2f9e44;
  --c2b: #4caf50;
  --c2c: #45823E;
  --c2d: #8BE999;
  --c2e: #D8F5A2;
  --c2f: #FFFCF3;
  --c3: #228be6;
  --c3b: #a5d8ff;
  --c3c: #F5FAFF;
  --c3d: #4834d4;
  --c4: #FD8345;
  --c4b: #F8BD0A;
  --c4c: #FFFF99;
  --c5: #9F5DC5;
  --c5b: #9FA2F7;
  --c5c: #4B0082;
  --c6: #00A0B0;
  --c6b: #55BFCA;
  --c7: #e95295;
  --c7b: #EED2E1;
  --c10: #ffffff;
  --c10b: #eeeeee;
  --c10c: #dddddd;
  --c10d: #cccccc;
  --c10e: #F5F5F5;
  --c10f: #F4F7F6;
  --c10g: #FCFCFC;
  --marker_a1: linear-gradient(rgba(255, 201, 201, 0) 30%, #ffc9c9 90%);
  --marker_a2: linear-gradient(rgba(216, 245, 162, 0) 30%, #d8f5a2 90%);
  --marker_a3: linear-gradient(rgba(165, 216, 255, 0) 30%, #a5d8ff 90%);
  --marker_a4: linear-gradient(rgba(255, 224, 102, 0) 30%, #ffe066 90%);
  --marker_a4b: linear-gradient(rgba(255, 255, 102, 0) 30%, #FFFF66 90%);
  --marker_a5: linear-gradient(rgba(227, 209, 252, 0) 30%, #E3D1FC 90%);
  --marker_a5b: linear-gradient(rgba(159, 162, 247, 0) 30%, #9FA2F7 90%);
  --marker_b1: linear-gradient(rgba(255, 201, 201, 0) 60%, #ffc9c9 90%);
  --marker_b2: linear-gradient(rgba(216, 245, 162, 0) 60%, #d8f5a2 90%);
  --marker_b3: linear-gradient(rgba(165, 216, 255, 0) 60%, #a5d8ff 90%);
  --marker_b4: linear-gradient(rgba(255, 224, 102, 0) 60%, #ffe066 90%);
  --marker_b4b: linear-gradient(rgba(255, 255, 102, 0) 60%, #FFFF66 90%);
  --marker_b5: linear-gradient(rgba(227, 209, 252, 0) 50%, #E3D1FC 90%);
  --marker_b5b: linear-gradient(rgba(159, 162, 247, 0) 65%, #9FA2F7 90%);
  --marker_d1: linear-gradient(rgba(249, 99, 105, 0) 95%, #f03e3e 30%);
  --marker_d2: linear-gradient(rgba(47, 158, 68, 0) 95%, #2f9e44 30%);
  --marker_d3: linear-gradient(rgba(34, 139, 230, 0) 95%, #228be6 30%);
  --marker_d4: linear-gradient(rgba(112, 116, 243, 0) 95%, #FD8345 30%);
  --marker_d4b: linear-gradient(rgba(249, 155, 76, 0) 95%, #F8BD0A 30%);
  --marker_d5: linear-gradient(rgba(112, 116, 243, 0) 95%, #9F5DC5 30%);
  --marker_d5b: linear-gradient(rgba(112, 116, 243, 0) 95%, #00A0B0 30%);
  --marker_d7: linear-gradient(rgba(232, 67, 147, 0) 95%, #e84393 30%);
  --base-size: 16px;
  --scale-ratio: 1.2;
  --body-font: YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif !important;
  --body-weight: 500;
  --body-line-height: 1.5;
  --body-letter-spacing: normal;
  --body-color: #222222;
  --body-background: #ffffff;
  --heading-font: var(--body-font);
  --heading-weight: 700;
  --heading-line-height: 1.25;
  --heading-letter-spacing: normal;
  --heading-color: var(--body-color);
}

/* カラー指定
  [c0]{color: var(--c0);}
  [c0b]{color: var(--c0b);}
  [c0c]{color: var(--c0c);}
  [c0d]{color: var(--c0d);}
  [c0e]{color: var(--c0e);}
  [c1]{color: var(--c1);}
  [c1b]{color: var(--c1b);}
  [c1c]{color: var(--c1c);}
  [c1d]{color: var(--c1d);}
  [c2]{color: var(--c2);}
  [c2b]{color: var(--c2b);}
  [c2c]{color: var(--c2c);}
  [c2d]{color: var(--c2d);}
  [c2e]{color: var(--c2e);}
  [c3]{color: var(--c3);}
  [c3b]{color: var(--c3b);}
  [c3c]{color: var(--c3c);}
  [c3d]{color: var(--c3d);}
  [c4]{color: var(--c4);}
  [c4b]{color: var(--c4b);}
  [c4c]{color: var(--c4c);}
  [c5]{color: var(--c5);}
  [c5b]{color: var(--c5b);}
  [c6]{color: var(--c6);}
  [c6b]{color: var(--c6b);}
  [c7]{color: var(--c7);}
  [c10]{color: var(--c10);}
  [c10b]{color: var(--c10b);}
  [c10c]{color: var(--c10c);}
  [c10d]{color: var(--c10d);}
  [c10e]{color: var(--c10e);}
  [c10f]{color: var(--c10f);} 
 */
/* Base styles */
body {
  font-family: var(--body-font);
  font-size: var(--base-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  color: var(--body-color);
  background: var(--body-background);
  padding-top: 60px;
  /* ヘッダーの高さ分の余白 */
  overflow-x: hidden;
  /* 横スクロール防止 */
}

/* Type scale */
.smallest {
  font-size: 0.694rem;
}

.caption {
  font-size: 0.833rem;
}

.body {
  font-size: 1rem;
}

h5 {
  font-size: clamp(1.08rem, 0.837rem + 0.973vw, 1.44rem);
}

h4 {
  font-size: clamp(1.296rem, 1.004rem + 1.168vw, 1.728rem);
}

h3 {
  font-size: clamp(1.555rem, 1.205rem + 1.401vw, 2.074rem);
}

h2 {
  font-size: clamp(1.866rem, 1.446rem + 1.681vw, 2.488rem);
}

h1 {
  font-size: clamp(2.24rem, 1.735rem + 2.018vw, 2.986rem);
}

/* Headings */
h6,
h5,
h4,
h3,
h2,
h1 {
  font-family: var(--heading-font);
  font-weight: var(--heading-weight);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  color: var(--heading-color);
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

html {
  margin: 0;
}

/*_! ヘッダー領域 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--c5c);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  z-index: 1002;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .header {
    padding: 0 5px;
  }
  .header .sp-nav {
    width: 100%;
    right: -100%;
    height: calc(100vh - 60px);
  }
  .header .overlay {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
@media (min-width: 480px) {
  .header {
    padding: 0 10px;
  }
  .header sp-nav {
    width: 250px;
    right: -250px;
    height: calc(100vh - 60px);
  }
}

.logo {
  width: 180px;
  line-height: 1px;
  margin: 0;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 100%;
  vertical-align: bottom;
}

/*_! ハンバーガーメニュー */
.hamburger {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s;
}
.hamburger span {
  position: absolute;
  width: 60%;
  height: 2.5px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.4s;
  left: 20%;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger::after {
  content: "MENU";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--c10);
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

/* チェックボックス */
#menu-toggle {
  display: none;
}
#menu-toggle:checked + .hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#menu-toggle:checked + .hamburger span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
#menu-toggle:checked + .hamburger::after {
  content: "CLOSE";
}
#menu-toggle:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}
#menu-toggle:checked ~ .sp-nav {
  right: 0;
}

/*_! オーバーレイ */
.overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 900;
  cursor: pointer;
}

/*_! モバイル用ナビゲーションメニュー */
.sp-nav {
  position: fixed;
  top: 60px;
  right: -300px;
  width: 300px;
  height: calc(100vh - 60px);
  background-color: var(--c0e);
  transition: right 0.4s;
  z-index: 1001;
  overflow-y: auto;
}
.sp-nav ul {
  list-style: none;
  padding: 20px;
}
.sp-nav li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: bold;
}
.sp-nav a {
  color: var(--c10);
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 12px 10px;
  transition: all 0.3s;
}
.sp-nav a:hover {
  background-color: var(--c0b);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .sp-nav .sp-nav {
    width: 300px;
    right: -300px;
    height: calc(100vh - 60px);
  }
}

.sns-ico {
  display: flex !important;
  list-style: none !important;
}
.sns-ico i {
  font-size: 18px;
  margin-right: 5px;
}

/*_! PC表示用ナビ */
.pc-nav {
  display: flex;
}
@media (min-width: 992px) {
  .pc-nav ul {
    display: flex;
    list-style: none;
  }
  .pc-nav li {
    margin-left: 20px;
  }
  .pc-nav a {
    color: var(--c10);
    text-decoration: none;
    font-size: 1rem;
    padding: 10px;
    transition: all 0.3s;
  }
  .pc-nav a:hover {
    background-color: var(--c0z);
    border-radius: 4px;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .pc-nav {
    display: none;
  }
}

/*_! メインコンテンツ */
#main img {
  width: 100%;
  max-width: 1920px;
  height: 400px;
  object-fit: cover;
}

.wrapper_main {
  display: grid;
  grid-template-areas: "a b" "c d";
  width: min(100% - 1rem, 1024px);
  margin-inline: auto;
  margin-block: 0.5rem;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .wrapper_main {
    grid-template-areas: "a" "b" "c" "d";
  }
}

.item_1 {
  grid-area: a;
  background-color: var(--c1);
}
.item_1 p {
  text-indent: 1em;
}

.item_2 {
  grid-area: b;
  background-color: var(--c2);
}
.item_2 p {
  text-indent: 1em;
}

.item_3 {
  grid-area: c;
  background-color: var(--c3);
}
.item_3 p {
  text-indent: 1em;
}

/*_! スケジュールBOX*/
.wrapper_sc {
  display: grid;
  grid-template-areas: "a b" "c d" "e f" "g g";
  width: min(100% - 1rem, 1024px);
  margin-inline: auto;
  margin-block: 0.5rem;
  row-gap: 0;
}
@media (max-width: 768px) {
  .wrapper_sc {
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g";
  }
}

.sc_1 {
  grid-area: a;
}

.sc_2 {
  grid-area: b;
}

.sc_3 {
  grid-area: c;
}

.sc_4 {
  grid-area: d;
}

.sc_5 {
  grid-area: e;
}

.sc_6 {
  grid-area: f;
}

.sc_7 {
  grid-area: g;
}

.sc_8 {
  grid-area: h;
}

.wrapper_caution {
  display: grid;
  grid-template-areas: "a b";
  width: min(100% - 1rem, 1024px);
  margin-inline: auto;
  margin-block: 0.5rem;
  gap: 10px;
}
@media (max-width: 768px) {
  .wrapper_caution {
    grid-template-areas: "a" "b";
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .wrapper_caution {
    padding: 10px 5px;
  }
}

.cau_1 {
  grid-area: a;
}

.cau_2 {
  grid-area: b;
}

.cau_3 {
  grid-area: c;
}

.cau_4 {
  grid-area: d;
}

.cau_5 {
  grid-area: e;
}

.container {
  width: calc(100% - 1rem);
  max-width: 992px;
  margin: 0 auto;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.content {
  padding: 10px;
  max-width: 992px;
  margin: 0 auto;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.content P {
  padding: 0 0.9rem;
}
@media (max-width: 400px) {
  .content {
    padding: 10px 5px;
  }
  .content P {
    padding: 0px;
  }
}

[indent] p {
  text-indent: 1em;
}

[tabloid] p::first-letter {
  font-size: 2.5em;
  font-weight: bold;
  float: left;
  color: var(--c0b);
  padding: 0px 5px 0px 0px;
  line-height: 1.2;
}

[c7t] p::first-letter {
  color: var(--c7);
}

.content_g1 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 1em;
}

/*_! ボックス関連  */
.box {
  position: relative;
  padding: 5em 1em;
  margin: 0 0 0.5em 0;
  border-radius: 10px;
  background: var(--c10);
}

.caution {
  border: solid 4px var(--c1b);
  background: var(--c1d);
  padding: 2em 1em 1em;
}

.title_ga {
  width: 100%;
  padding: 0;
  top: 0;
  text-align: center;
  left: 0;
  font-size: 1rem;
  font-weight: bold;
  color: var(--c10);
  background: var(--c1b);
  position: absolute;
}

.item_l1 {
  grid-row: 1;
  grid-column: 1/7;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.item_l2 {
  grid-row: 3;
  grid-column: 1/7;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.item_m1 {
  grid-row: 2/3;
  grid-column: 1/4;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.item_m2 {
  grid-row: 2/3;
  grid-column: 4/7;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.item_m3 {
  grid-row: 3/3;
  grid-column: 1/5;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.item_m4 {
  grid-row: 3/3;
  grid-column: 5/7;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.content_top {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr minmax(180px, 1fr);
  margin: 10px;
}

.item_t1 {
  grid-row: 1;
  grid-column: 1/5;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

.item_t2 {
  grid-row: 2;
  grid-column: 1/5;
  grid-column: auto;
  background: var(--c10e);
  padding: 1em;
  border-radius: 6px;
}

/*_! 囲みボックス  */
.cmt_a {
  font-size: 0.9rem;
  line-height: 150%;
  display: block;
  background: var(--c10e);
  padding: 15px 15px 5px 15px;
  margin: 10px;
  border-radius: 8px;
}

.cmt_b {
  font-size: 0.9rem;
  line-height: 150%;
  display: block;
  background: var(--c10e);
  padding: 15px 15px 5px 15px;
  margin: 10px;
}

.cmt_c {
  font-size: 0.9rem;
  line-height: 150%;
  display: block;
  padding: 10px;
  margin: 10px;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
}

.box-note_a {
  margin: 0 auto 1.25em;
  padding: 0.85em;
  border-top: solid 5px;
  background-color: var(--c10);
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
.box-note_a[c0c] {
  border-top-color: var(--c0c);
}
.box-note_a[c1] {
  border-top-color: var(--c1);
}
.box-note_a[c2] {
  border-top-color: var(--c2);
}
.box-note_a[c3] {
  border-top-color: var(--c3);
}
.box-note_a[c4] {
  border-top-color: var(--c4);
}
.box-note_a[c4b] {
  border-top-color: var(--c4b);
}
.box-note_a[c5] {
  border-top-color: var(--c5);
}
.box-note_a[c5b] {
  border-top-color: var(-c5b);
}

.box-note_b {
  margin: 0 auto 1.25em;
  padding: 0.85em;
  border-left: solid 5px;
  background-color: var(--c10);
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
.box-note_b[c0c] {
  border-left-color: var(--c0c);
}
.box-note_b[c1] {
  border-left-color: var(--c1);
}
.box-note_b[c2] {
  border-left-color: var(--c2);
}
.box-note_b[c3] {
  border-left-color: var(--c3);
}
.box-note_b[c4] {
  border-left-color: var(--c4);
}
.box-note_b[c4b] {
  border-left-color: var(--c4b);
}
.box-note_b[c5] {
  border-left-color: var(--c5);
}
.box-note_b[c5b] {
  border-left-color: var(-c5b);
}

/*_! カードコンテンツ */
.card_content {
  max-width: 992px;
  margin: 0 auto;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  /* 低いz-indexでオーバーレイの後ろに */
}

.card_wrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.card_list {
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.card_list img {
  width: 100%;
  border-radius: 4px;
}
.card_list:nth-child(2n) {
  margin-right: 0;
}

.cl_text {
  color: var(--c0b);
  font-weight: 700;
  text-decoration: none solid rgb(60, 60, 60);
  margin: 5px auto;
}

[cl_title] {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 0 8px;
  border-bottom: 3px solid var(--c2b);
  margin-top: 20px;
}

/*_! タイムライン  */
.timeline {
  position: relative;
}

.timeline_line {
  border-right: 2px solid #cec0b8;
  left: 0.7rem;
  position: absolute;
  top: 0px;
  height: 100%;
}

.timeline_items {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.timeline_item {
  margin-bottom: 8px;
}

.timeline_top {
  align-items: center;
  display: flex;
}

.timeline_circle {
  /* Rounded border */
  background-color: #cec0b8;
  border-radius: 9999px;
  height: 1.5rem;
  width: 1.5rem;
}

.timeline_title {
  flex: 1;
  font-weight: bold;
  color: #3f3832;
  margin-left: 0.5rem;
}

.timeline_desc {
  margin-left: 2.5rem;
  color: #5c9ee7;
  font-size: 12px;
}

/*_! スケジュール  */
.tl-wrap1 {
  position: relative;
  padding-left: 20px;
}
.tl-wrap1 > :last-of-type ::after {
  display: none;
}

.tl-content_1 {
  padding: 0 0 1.2rem 2.2rem;
  margin: 0;
  position: relative;
}
.tl-content_1 > ::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: var(--c6b);
  border: solid 3px var(--c10);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 0 0 2px var(--c6b);
}
.tl-content_1 > ::after {
  content: "";
  display: block;
  height: calc(100% - 35px);
  border-left: dotted 4px var(--c0c);
  position: absolute;
  top: 30px;
  left: 10px;
}

[tl-label_1] {
  color: var(--c0b);
  font-size: 0.95em;
  font-weight: bold;
}
@media (max-width: 400px) {
  [tl-label_1] {
    font-size: 0.9em;
  }
}

[tl-title_1] {
  font-weight: bold;
  font-size: 0.95rem;
  color: var(--c4);
  margin: 5px 4px;
  padding: 5px 10px;
  border-left: 6px solid;
}

[tl-body_1] {
  padding: 8px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 180%;
  color: var(--c0b);
  background-color: var(--c10f);
  /* border-bottom: dotted 2px var(--c5); */
  border-radius: 6px;
}

/*_! テーブル カレンダー_a */
.calendar {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.calendar a {
  text-decoration: none;
  color: inherit;
}
.calendar th:nth-child(1) {
  width: 25%;
  font-size: 0.7rem;
  color: var(--c2c);
  font-weight: normal;
  background: var(--c10b);
  text-align: center;
}
.calendar th:nth-child(2) {
  width: 75%;
  font-size: 0.8rem;
  color: var(--c2c);
  font-weight: normal;
  background: var(--c10b);
  padding: 6px;
  text-align: left;
}
.calendar td:nth-child(1) {
  font-size: 0.7rem;
  color: var(--c2c);
  padding-left: 3px;
  text-align: center;
}
.calendar td:nth-child(2) {
  font-size: 0.8rem;
  color: var(--c2c);
  padding: 6px;
  text-align: left;
}
.calendar tr:nth-child(odd) td {
  background: var(--c10b);
}
.calendar tr:first-child :first-child {
  border-top-left-radius: 8px;
}
.calendar tr:first-child :last-child {
  border-top-right-radius: 8px;
}

.content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0px 0px 10px 0px;
}

.calendar {
  font-size: 0.85rem;
  line-height: 1.5;
}

.box p,
.item_t1 p,
.item_t2 p,
.item_l1 p,
.item_l2 p,
.item_l3 p,
.item_m1 p,
.item_m2 p,
.item_m3 p,
.item_m4 p {
  font-size: clamp(0.8125rem, 0.7708333333rem + 0.1388888889vw, 0.875rem);
}

[_wb] {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/*_! 装飾・タイトル  */
.title_s {
  font-size: 0.9rem;
  color: var(--c0b);
  padding-left: 6px;
  margin-bottom: 6px;
  font-weight: bold;
}
.title_s[bl] {
  border-left: 4px solid;
}
.title_s[c0] {
  color: var(--c0);
}
.title_s[c1] {
  color: var(--c1);
}
.title_s[c2] {
  color: var(--c2);
}
.title_s[c3] {
  color: var(--c3);
}
.title_s[c4] {
  color: var(--c4);
}
.title_s[c5] {
  color: var(--c5);
}
.title_s[c6] {
  color: var(--c6);
}
.title_s[c7] {
  color: var(--c7);
}

.title_m {
  font-size: 1rem;
  color: var(--c0b);
  padding-left: 6px;
  margin-bottom: 6px;
  font-weight: bold;
}
.title_m[bl] {
  border-left: 4px solid;
}
.title_m[c0] {
  color: var(--c0);
}
.title_m[c1] {
  color: var(--c1);
}
.title_m[c2] {
  color: var(--c2);
}
.title_m[c3] {
  color: var(--c3);
}
.title_m[c4] {
  color: var(--c4);
}
.title_m[c5] {
  color: var(--c5);
}
.title_m[c6] {
  color: var(--c6);
}
.title_m[c7] {
  color: var(--c7);
}

.title_style_l {
  font-size: 0.9rem;
  padding: 0.7em 0.5em 0.7em 70px;
  position: relative;
  border: 2px solid var(--c0b);
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 0.8rem;
  background-color: var(--c10);
}
.title_style_l[c0] {
  color: var(--c0);
  border: 2px solid var(--c0);
}
.title_style_l[c1] {
  color: var(--c1);
  border: 2px solid var(--c1);
}
.title_style_l[c2] {
  color: var(--c2);
  border: 2px solid var(--c2);
}
.title_style_l[c3] {
  color: var(--c3);
  border: 2px solid var(--c3);
}
.title_style_l[c4] {
  color: var(--c4);
  border: 2px solid var(--c4);
}
.title_style_l[c5] {
  color: var(--c5);
  border: 2px solid var(--c5);
}
.title_style_l[c6] {
  color: var(--c6);
  border: 2px solid var(--c6);
}
@media (max-width: 480px) {
  .title_style_l {
    font-size: 0.85rem;
    font-weight: bold;
    padding: 0.6em 0.5en 0.5em 65px;
  }
}

.title_style_l::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 1px solid var(--c10);
  border-radius: 38px;
  transform: translateY(-50%);
  z-index: -1;
}

.title_style_l span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 100%;
  transform: translateY(-50%);
  color: var(--c10);
  z-index: -2;
}
.title_style_l span[c0] {
  color: var(--c0);
  border: 2px solid var(--c0);
}
.title_style_l span[c1] {
  color: var(--c10);
  border: 2px solid var(--c1);
  background: var(--c1);
}
.title_style_l span[c2] {
  color: var(--c10);
  border: 2px solid var(--c2);
  background: var(--c2);
}
.title_style_l span[c3] {
  color: var(--c10);
  border: 2px solid var(--c3);
  background: var(--c3);
}
.title_style_l span[c4] {
  color: var(--c10);
  border: 2px solid var(--c4);
  background: var(--c4);
}
.title_style_l span[c5] {
  color: var(--c10);
  border: 2px solid var(--c5);
  background: var(--c5);
}
.title_style_l span[c6] {
  color: var(--c10);
  border: 2px solid var(--c6);
  background: var(--c6);
}

.u_line_a {
  font-size: 1rem;
  padding: 0.4em 0.5em;
  margin-bottom: 1rem;
  position: relative;
}
.u_line_a[c7] {
  color: var(--c7);
}

.u_line_a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 80%;
  height: 6px;
  background: var(--c10d);
  transform: skewX(-30deg);
}

/*_! リスト ノート_a */
ul.list_note {
  padding: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--c0b);
  line-height: 180%;
  list-style: none;
}
ul.list_note > li {
  position: relative;
  padding: 5px 5px 5px 10px;
  margin-bottom: 8px;
  width: 100%;
}
ul.list_note[c1] > li {
  border-left: solid 10px var(--c1c);
  background: var(--c10);
}
ul.list_note[c2] > li {
  border-left: solid 10px var(--c2b);
  background: var(--c10);
}
ul.list_note[c3] > li {
  border-left: solid 10px var(--c3b);
  background: var(--c10);
}
ul.list_note[c4] > li {
  border-left: solid 10px var(--c4);
  background: var(--c10);
}
ul.list_note[c5] > li {
  border-left: solid 10px var(--c4c);
  background: var(--c10);
}
ul.list_note[c6] > li {
  border-left: solid 10px var(--c5b);
  background: var(--c10);
}

/* _! リスト カラーアニメーション */
ul.c-anime {
  margin: 10px 0px;
}
ul.c-anime li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
ul.c-anime li::before {
  content: "▷";
  position: absolute;
  left: 0;
  top: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--c0b);
  animation: colorChange 3s infinite;
}

@keyframes colorChange {
  0% {
    color: var(--c1b);
  }
  33% {
    color: var(--c3);
  }
  66% {
    color: var(--c2);
  }
  100% {
    color: var(--c1);
  }
}
/* 回転するアイコン */
ul.rotate-icon {
  list-style-type: none;
}

ul.rotate-icon li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

ul.rotate-icon li::before {
  content: "★";
  position: absolute;
  left: 0;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* リスト マーカーのバウンスアニメ */
ul.bounce {
  list-style-type: none;
}

ul.bounce li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

ul.bounce li::before {
  content: "●";
  position: absolute;
  left: 5px;
  color: var(--c7);
  animation: bounce 0.6s ease infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
/*_! リスト ノーマル_a */
.content ul,
.cmt_a ul {
  font-family: "Roboto";
  font-size: 0.95em;
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}
.content ul li,
.cmt_a ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 2px;
}

ul.square > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: var(--c0);
}
ul.square[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}
ul.square[c1] > li::before {
  background-color: var(--c1);
}
ul.square[c2] > li::before {
  background-color: var(--c2);
}
ul.square[c3] > li::before {
  background-color: var(--c3);
}
ul.square[c4] > li::before {
  background-color: var(--c4);
}
ul.square[c5] > li::before {
  background-color: var(--c5);
}
ul.square[c6] > li::before {
  background-color: var(--c6);
}
ul.square[c7] > li::before {
  background-color: var(--c7);
}

ul.round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: var(--c1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
ul.round[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}
ul.round[c1] > li::before {
  background-color: var(--c1);
}
ul.round[c2] > li::before {
  background-color: var(--c2);
}
ul.round[c3] > li::before {
  background-color: var(--c3);
}
ul.round[c4] > li::before {
  background-color: var(--c4);
}
ul.round[c5] > li::before {
  background-color: var(--c5);
}
ul.round[c6] > li::before {
  background-color: var(--c6);
}
ul.round[c7] > li::before {
  background-color: var(--c7);
}

ul.triangle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ff6600;
}
ul.triangle[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.xmen li::before {
  content: "";
  position: absolute;
  height: 15px;
  border-left: 2px solid #f60;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}
ul.xmen li::after {
  content: "";
  position: absolute;
  height: 15px;
  border-left: 2px solid #f60;
  transform: rotate(-45deg);
  top: 2px;
  left: 5px;
}
ul.xmen[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 5px;
  width: 5px;
  border: 1px solid #ff6600;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
ul.arrow[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.line li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  display: block;
  border-top: 2px solid #ff6600;
}
ul.line[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.plus li::before {
  content: "";
  position: absolute;
  background: #ff6600;
  left: 0;
  top: 9px;
  height: 2px;
  width: 8px;
}
ul.plus li::after {
  content: "";
  position: absolute;
  background: #ff6600;
  left: 3px;
  top: 5px;
  height: 10px;
  width: 2px;
}
ul.plus[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.diamond li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ff6600;
}
ul.diamond li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ff6600;
}
ul.diamond[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.checkmark li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 3px;
  height: 6px;
  border: solid #ff6600;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.checkmark[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.circle-checkmark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  border: solid 8px #ff6600;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
ul.circle-checkmark li::after {
  content: "";
  position: absolute;
  left: 0.25%;
  top: 5px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.circle-checkmark[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.burst li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #ff6600;
  width: 10px;
  height: 10px;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
ul.burst li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 10px;
  width: 10px;
  background: #ff6600;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.burst[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.heart {
  margin: 6px 0px;
  padding: 0;
}
ul.heart > li {
  position: relative;
}
ul.heart > li::before, ul.heart > li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 7px;
  height: 12px;
  background: var(--c0);
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
ul.heart > li::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
ul.heart[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}
ul.heart[c1] > li::before, ul.heart[c1] > li::after {
  background: var(--c1);
}
ul.heart[c2] > li::before, ul.heart[c2] > li::after {
  background: var(--c2);
}
ul.heart[c3] > li::before, ul.heart[c3] > li::after {
  background: var(--c3);
}
ul.heart[c4] > li::before, ul.heart[c4] > li::after {
  background: var(--c4);
}
ul.heart[c5] > li::before, ul.heart[c5] > li::after {
  background: var(--c5);
}
ul.heart[c6] > li::before, ul.heart[c6] > li::after {
  background: var(--c6);
}
ul.heart[c7] > li::before, ul.heart[c7] > li::after {
  background: var(--c7);
}

ul.outline-round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #ff6600;
}
ul.outline-round[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

ul.outline-square li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 5px;
  height: 5px;
  border: 1px solid var(--c1);
}
ul.outline-square[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}
ul.outline-square[c1] > li::before {
  border: 1px solid var(--c1);
}
ul.outline-square[c2] > li::before {
  border: 1px solid var(--c2);
}
ul.outline-square[c3] > li::before {
  border: 1px solid var(--c3);
}
ul.outline-square[c4] > li::before {
  border: 1px solid var(--c4);
}
ul.outline-square[c5] > li::before {
  border: 1px solid var(--c5);
}
ul.outline-square[c6] > li::before {
  border: 1px solid var(--c6);
}
ul.outline-square[c7] > li::before {
  border: 1px solid var(--c7);
}

/*_! olのスタイル */
.number_a {
  counter-reset: li;
}
.number_a li {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  font-size: 0.85rem;
}
.number_a li::before {
  display: inline-block;
  min-width: 1.6em;
  margin-right: 5px;
  border-radius: 50%;
  color: var(--c10);
  background-color: var(--c3);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}
.number_a[in] {
  margin-left: 16px;
  margin-bottom: 10px;
}

.box ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 20px;
}

.box ol li {
  position: relative;
  font-size: 0.85rem;
  padding-left: 26px;
  line-height: 1.5;
}

.box ol li:not(:first-child) {
  margin-top: 0.5em;
}

.box ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--c6b);
  font-size: 0.8rem;
  color: var(--c10);
  line-height: 21px;
  text-align: center;
}

ol.point_a {
  counter-reset: number;
  list-style-type: none;
  padding: 5px 5px;
}
ol.point_a > li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: var(--c10b);
  font-weight: bold;
  font-size: 0.9rem;
  color: var(--c0d);
  border-left: solid 25px var(--c0c);
  margin-bottom: 4px;
  border-radius: 4px;
  width: 100%;
}
ol.point_a > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  color: var(--c10);
  font-weight: bold;
  font-size: 1rem;
  top: 45%;
  left: -25px;
  width: 25px;
  text-align: center;
}
ol.point_a[c1] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c1);
}
ol.point_a[c2] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c2);
}
ol.point_a[c3] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c3);
}
ol.point_a[c4] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c4);
}
ol.point_a[c5] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c5);
}
ol.point_a[c6] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c6);
}
ol.point_a[c7] > li {
  background: var(--c10b);
  border-left: solid 25px var(--c7);
}

/*_! 装飾・マーカー*/
[marker_a] {
  font-size: 1rem;
  color: var(--c0b);
  font-weight: bold;
  background: linear-gradient(rgba(204, 204, 204, 0) 30%, var(--c10d) 90%);
}
[marker_a][a1] {
  background: var(--marker_a1);
}
[marker_a][a2] {
  background: var(--marker_a2);
}
[marker_a][a3] {
  background: var(--marker_a3);
}
[marker_a][a4] {
  background: var(--marker_a4);
}
[marker_a][a4b] {
  background: var(--marker_a4b);
}
[marker_a][a5] {
  background: var(--marker_a5);
}
[marker_a][a5b] {
  background: var(--marker_a5b);
}

[marker_b] {
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--c0b);
  background: linear-gradient(rgba(204, 204, 204, 0) 70%, var(--c10d) 90%);
}
[marker_b][b1] {
  background: var(--marker_b1);
}
[marker_b][b2] {
  background: var(--marker_b2);
}
[marker_b][b3] {
  background: var(--marker_b3);
}
[marker_b][b4] {
  background: var(--marker_b4);
}
[marker_b][b4b] {
  background: var(--marker_b4b);
}
[marker_b][b5] {
  background: var(--marker_b5);
}
[marker_b][b5b] {
  background: var(--marker_b5b);
}

[marker_c] {
  color: var(--c0);
  font-weight: bold;
}
[marker_c][c0c] {
  color: var(--c0c);
}
[marker_c][c1] {
  color: var(--c1);
}
[marker_c][c2] {
  color: var(--c2);
}
[marker_c][c2b] {
  color: var(--c2b);
}
[marker_c][c3] {
  color: var(--c3);
}
[marker_c][c4] {
  color: var(--c4);
}
[marker_c][c4b] {
  color: var(--c4b);
}
[marker_c][c5] {
  color: var(--c5);
}
[marker_c][c5b] {
  color: var(--c5b);
}

[marker_d] {
  color: var(--c0);
  font-weight: bold;
  background: linear-gradient(rgba(51, 51, 51, 0) 95%, var(--c0) 30%);
}
[marker_d][c1] {
  color: var(--c1);
  background: var(--marker_d1);
}
[marker_d][c2] {
  color: var(--c2);
  background: var(--marker_d2);
}
[marker_d][c3] {
  color: var(--c3);
  background: var(--marker_d3);
}
[marker_d][c4] {
  color: var(--c4);
  background: var(--marker_d4);
}
[marker_d][c4b] {
  color: var(--c4b);
  background: var(--marker_d4b);
}
[marker_d][c5] {
  color: var(--c5);
  background: var(--marker_d5);
}
[marker_d][c5b] {
  color: var(--c5b);
  background: var(--marker_d5b);
}
[marker_d][c7] {
  color: var(--c7);
  background: var(--marker_d7);
}

/*_! 区切りライン */
[line_a] {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--c10);
  margin: 0.8em 2em;
}

[dots] {
  border: 0;
  height: 15px;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dots]::before {
  content: "●●●";
  font-size: 0.4rem;
  letter-spacing: 0.8rem;
  opacity: 0.5;
}

[dots_b] {
  border: 0;
  height: 15px;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dots_b]::before {
  content: "●●●";
  font-size: 0.4rem;
  letter-spacing: 0.8rem;
  opacity: 0.5;
}

/*_! 区切りライン */
[line_a] {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--c10);
  margin: 0.8em 2em;
}

[dots] {
  border: 0;
  height: 15px;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dots]::before {
  content: "●●●";
  font-size: 0.4rem;
  letter-spacing: 0.8rem;
  opacity: 0.5;
}

[dots_b] {
  border: 0;
  height: 15px;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dots_b]::before {
  content: "●●●";
  font-size: 0.4rem;
  letter-spacing: 0.8rem;
  opacity: 0.5;
}

/*_! アイコン New */
[new]::before {
  position: absolute;
  top: -10px;
  left: -6px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  box-shadow: 0 0 4px var(--c2);
  border-radius: 50%;
  background: var(--c7);
  color: var(--c10);
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  content: "new";
  animation: puyo 2s ease-out infinite;
}

@keyframes puyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
[cl_title_]::after {
  position: absolute;
  display: inline-block; /* インラインボックス定義  */
  content: "New"; /* 表示する文字            */
  color: var(--c7); /* 文字色                  */
  font-weight: bold; /* 太字                    */
  font-size: 0.7rem; /* ベースの文字サイズ      */
  vertical-align: middle; /* 基準の高さ位置          */
  padding-right: 0; /* 左外余白                */
  animation: s1bAnime 1.5s infinite alternate; /* アニメ    */
}

span[new-r] {
  display: block;
  position: relative;
  padding: 0.1em;
  background-color: rgba(0, 0, 0, 0);
}

span[new-r]:before {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  color: var(--c10);
  background-color: var(--c1b);
  border-radius: 50%;
  font-size: 0.9rem;
  line-height: 1;
  min-width: 1em;
  padding: 6px;
  border: 2.5px solid var(--c10);
  box-shadow: 0px 0px 3px var(--c0c);
  top: 5px;
  right: 0;
  transform: translate(50%, -50%);
  content: attr(new-right) "new";
}

/*_! リンクボタン*/
.btn-radius {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.3em 1em;
  text-decoration: none;
  color: var(--c10);
  background: var(--c4);
  border-radius: 15px 15px;
  transition: 0.4s;
}
.btn-radius a {
  text-decoration: none !important;
  color: var(--c10) !important;
}
.btn-radius:hover {
  background: var(--c0c) !important;
}

.block_a {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
  margin: 8px auto 8px auto !important;
}

.block_b {
  display: block;
  font-size: 0.9rem;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
  margin: 8px auto 8px auto !important;
}

.textlink a {
  position: relative;
  color: #333;
  text-decoration: none;
}

.textlink a:hover {
  color: #b99b00;
}

.textlink04 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(185, 155, 0, 0.5);
  border-radius: 50%;
  transition: 0.3s;
}

.textlink04 a:hover::after {
  width: 40px;
  height: 40px;
}

/*_! フッター */
.footer {
  background-color: var(--c0e);
  color: var(--c10);
  padding: 15px 15px;
  width: 100%;
  z-index: 1;
}

.footer-container {
  max-width: 1200px;
  padding: 10px;
}

.footer-info {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
.footer-info p {
  color: var(--c10b);
  font-size: 0.9em;
}
.footer-info ul {
  list-style: none;
}
.footer-info ul li {
  margin-bottom: 6px;
}
.footer-info a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
  transition: 0.3s;
  color: var(--c10b);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.footer-info a:hover {
  color: var(--c5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-info .footer_l1 h5,
.footer-info .footer-m1 h5,
.footer-info .footer-m2 h5,
.footer-info .footer-m3 h5,
.footer-info .footer-m4 h5 {
  margin-bottom: 15px;
  color: var(--c10);
  font-size: 1em;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
.footer-info .footer_l1 h5::after,
.footer-info .footer-m1 h5::after,
.footer-info .footer-m2 h5::after,
.footer-info .footer-m3 h5::after,
.footer-info .footer-m4 h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: var(--c5);
}

.footer_l1 {
  grid-row: 1/3;
  grid-column: 1/3;
}

.footer_m1 {
  grid-row: 1/3;
  grid-column: 2/3;
}

.footer_m2 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.footer_m3 {
  grid-row: 1/3;
  grid-column: 3/4;
}

.footer_m4 {
  grid-row: 2/3;
  grid-column: 3/4;
}

.social-links {
  display: flex;
  margin-top: 15px;
}
.social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: var(--c5);
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.social-links a:hover {
  color: var(--c5);
  background-color: var(--c10);
}

.copyright {
  width: 100%;
  text-align: center;
  margin: 10px 10px;
  padding-top: 15px;
  border-top: 1px solid var(--c0d);
  font-size: 14px;
}

@media (max-width: 600px) {
  .footer-info {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px;
  }
  .footer_l1 {
    grid-row: auto;
    grid-column: 1/3;
  }
  .footer_m1,
  .footer_m2,
  .footer_m3,
  .footer_m4 {
    grid-row: auto;
    grid-column: 1;
  }
}/*# sourceMappingURL=style.css.map */